home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / clt156.zip / CIC86.BAT < prev    next >
DOS Batch File  |  1993-01-03  |  346b  |  14 lines

  1. @echo off
  2. rem (c) R&D Associates 1992.
  3. rem All Rights Reserved.
  4. rem
  5. rem This file builds the Intel iC86 library. NOTE: it assumes that the
  6. rem compiler was installed to IC86, and CLINT was installed to CLINT.
  7. rem
  8. copy cic86.cln \ic86\include
  9. cd \ic86\include
  10. clint cic86 -L cic86.l -x -w0
  11. del cic86.cln
  12. copy cic86.l \clint
  13. del cic86
  14.